home *** CD-ROM | disk | FTP | other *** search
/ EuroCD 3 / EuroCD 3.iso / Programming / BlitzBasic / FontTags.readme < prev    next >
Text File  |  1998-06-24  |  894b  |  19 lines

  1. What it is:   An example showing how to create and use an ASL font
  2.               requestor by using a taglist.  This allows you to set
  3.               and "remember" the last chosen font, size, colours, and
  4.               style.  You can also set the width and height of the
  5.               requestor, change the text on the buttons, limit the
  6.               number of colours shown, etc.
  7.  
  8. Limitations:  I don't know how to get the palette information from a
  9.               ColourFont.  If anybody does, please let me know.
  10.               Blitz can load and use ColourFonts, but without the
  11.               palette information, they look bad!
  12.  
  13. Your Bit:     If you find any errors, or come up with any improvements
  14.               please pass them along to me.
  15.  
  16.               Also, if you have any good examples on any Blitz related
  17.               topics, please upload them here so others can use them!  
  18.  
  19.